home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / BinderRuler.nib / data.classes next >
Text File  |  1994-12-14  |  630b  |  44 lines

  1. TabWellCell = {
  2.     OUTLETS = {
  3.     delegate;
  4.     doubleTarget;
  5.     };
  6.     SUPERCLASS = ButtonCell;
  7. };
  8. PGObject = {
  9.     ACTIONS = {
  10.     };
  11.     OUTLETS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. PGRuler = {
  21.     OUTLETS = {
  22.     rulerView;
  23.     };
  24.     SUPERCLASS = PGObject;
  25. };
  26. BinderRuler = {
  27.     ACTIONS = {
  28.     toggleTabLeadering:;
  29.     performTabWellDrag:;
  30.     setTabStyle:;
  31.     setTabLeaderingChar:;
  32.     setTabScope:;
  33.     };
  34.     OUTLETS = {
  35.     tabRulerView;
  36.     tabLeaderCharText;
  37.     tabScopeMatrix;
  38.     tabStylePopupButton;
  39.     tabLeaderingSwitch;
  40.     tabWellMatrix;
  41.     };
  42.     SUPERCLASS = PGRuler;
  43. };
  44.